Conversation
…canning features - Added App.svelte as the main component for the application. - Introduced types for Wi-Fi and Bluetooth entries, as well as log items in types.ts. - Created utility functions for time formatting and channel frequency calculations in utils.ts. - Updated layout to disable SSR and added a new page structure in +page.svelte. - Removed unnecessary greeting functionality and replaced it with the main App component. - Configured routing to ensure proper SPA behavior with Tauri.
- Added `nl80211.rs` for handling Wi-Fi scanning operations, including triggering scans and dumping results. - Introduced new types and enums in `types.rs` for managing Wi-Fi-related data structures, including `WifiBssid`, `Security`, `CipherSuite`, and `AkmSuite`. - Updated `handlers.rs` to utilize the new scanning functionality and fetch Wi-Fi interfaces. - Modified `backend.rs` to resolve configuration dynamically and initiate Wi-Fi scans. - Enhanced `NetworkVisualization.svelte` and `App.svelte` to accommodate new data structures and improve network visualization. - Updated `types.ts` to reflect changes in the `WifiEntry` structure, including channel information and signal strength.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Main Project